Shifts the current value right by the specified number of bits.
Performs an signed (arithmetic) shift if TSelf is signed; otherwise sets the high-order bits to zero. Discards the low-order bits.
Int16N INumeric<Int16N>.RightShift(
int count
)
Private Function RightShift (
count As Integer
) As Int16N Implements INumeric(Of Int16N).RightShift
private:
virtual Int16N RightShift(
int count
) sealed = INumeric<Int16N>::RightShift
private abstract RightShift :
count : int -> Int16N
private override RightShift :
count : int -> Int16N